home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / MPS disk 1.0.1 / Chapter 10 / Command Period.h < prev    next >
Encoding:
Text File  |  1992-05-19  |  249 b   |  11 lines  |  [TEXT/KAHL]

  1.  
  2. typedef EventRecord* EventPtr;
  3.  
  4. void    TestCommandPeriod(void);
  5.  
  6. Boolean    AbortInQueue(void);
  7. Boolean    CmdPeriod( EventPtr theEvent );
  8. Boolean    IsFrontProcess(void);
  9. Boolean    IsRunningUnderAUX(void);
  10. Boolean    HasGestaltAttr(OSType itsAttr, short itsBit);
  11.